Tuple Class |
Namespace: Independentsoft.Sip.Presence
The Tuple type exposes the following members.
| Name | Description | |
|---|---|---|
| Tuple |
Initializes a new instance of the Tuple class.
| |
| Tuple(String) |
Initializes a new instance of the Tuple class with the specified ID.
| |
| Tuple(String, Status) |
Initializes a new instance of the Tuple class with the specified ID and status.
|
| Name | Description | |
|---|---|---|
| Contact |
Gets or sets contact address.
| |
| Extension |
Gets collection of extensions.
| |
| ID |
Gets or sets the tuples unique ID. The ID is used to distinguish this tuple from other tuples in the same PresenceDescription.
| |
| Notes |
Gets tupels notes.
| |
| Status |
Gets or sets status.
| |
| Timestamp |
Gets or sets date and time of the status change of this tuple.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString |
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.) |